local-intr-msg-clobber
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 15 Feb 2025 10:20:09 +0000 (11:20 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 15 Feb 2025 10:20:09 +0000 (11:20 +0100)
commit30f6559c7e0852399d4db34ef286862bdc00f3e8
tree99653f369d0cda53c7e2b862187ba3539040e3cb
parente37b8b5f7bb6e3fa5b64a852b189aa7106711ead
local-intr-msg-clobber

Force putting save_data on the stack rather than in SSE register

The signal management does not yet properly save SSE state, so that save_data
would get overwritten by signal handlers, notably leading to `` shell
replacement getting empty content because then the io_read RPC retry gets an
MIG_BAD_ARGUMENTS error.

XXX: This is only temporary to fix the common shll replacement issue, and is
waiting for proper SSE state restoration.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-intr-msg-clobber.diff
hurd/intr-msg.c